|
Graphviz 14.0.3~dev.20251029.0425
|
Go to the source code of this file.
Macros | |
| #define | STR_LEFT 02 /* implicit left anchor */ |
| #define | STR_RIGHT 04 /* implicit right anchor */ |
| #define | CC_bel 0007 /* bel character */ |
| #define | CC_esc 0033 /* esc character */ |
| #define | CC_vt 0013 /* vt character */ |
| #define | elementsof(x) (sizeof(x)/sizeof(x[0])) |
Functions | |
| int | chresc (const char *, char **) |
| int | chrtoi (const char *) |
| char * | fmtesq (const char *, const char *) |
| char * | fmtesc (const char *as) |
| char * | fmtquote (const char *, const char *, const char *) |
| quote string as with qb...qe | |
| int | strmatch (char *, char *) |
| int | strgrpmatch (char *, char *, size_t *, int, int) |
| void | stresc (char *) |
|
extern |
|
extern |
Definition at line 22 of file chrtoi.c.
References chresc().
Referenced by extoken_fn().
|
extern |
Definition at line 132 of file fmtesc.c.
References fmtquote(), and NULL.
|
extern |
|
extern |
Definition at line 26 of file fmtesc.c.
References agxbdisown(), agxbput(), CC_bel, CC_esc, CC_vt, free(), gv_iscntrl(), gv_isprint(), gv_isspace(), last, and PUT.
Referenced by fmtesc(), fmtesq(), and prformat().
|
extern |
Definition at line 20 of file stresc.c.
References chresc().
Referenced by extoken_fn().
|
extern |
Definition at line 505 of file strmatch.c.
References error, flags, grpmatch(), match(), STR_LEFT, STR_RIGHT, and sub.
Referenced by exsub(), match(), and strmatch().
|
extern |
Definition at line 554 of file strmatch.c.
References NULL, STR_LEFT, STR_RIGHT, and strgrpmatch().
Referenced by eval().