Searched refs:tabs (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/re/ |
H A D | testregex.c | 201 T(" or more tabs. NULL denotes the empty string and NIL denotes the\n"); 1080 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument 1114 printf("%s%s", spec, TABS(*tabs++)); 1119 printf("%s", TABS(*tabs++)); 1121 printf("%s", TABS(*tabs++)); 1129 printf("%s%s", TABS(*tabs++), msg); 1140 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument 1156 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test); 1253 int tabs[6]; local 1513 tabs[ [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 585 int scan,tabs=0,c,more,associative = 0; local 596 tabs=1; 614 if(tabs) 616 tabs=0;
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3032 tabs(Sfio_t* op, int cur, int nxt) function 3452 n = tabs(sfstdout, n, 32); 3464 tabs(sfstdout, n, 64); 3472 tabs(sfstdout, n, 32); 3512 n = tabs(sfstdout, n, 24); 3518 n = tabs(sfstdout, n, 24); 3536 n = tabs(sfstdout, n, 24); 3550 n = tabs(sfstdout, n, 24); 3552 tabs(sfstdout, n, 40); 3605 n = tabs(sfstdou [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkTextDisp.c | 4643 * interpretation of tabs. 4651 alignment = tabArrayPtr->tabs[index].alignment; 4652 tabX = tabArrayPtr->tabs[index].location; 4660 prev = tabArrayPtr->tabs[tabArrayPtr->numTabs-2].location; 4664 alignment = tabArrayPtr->tabs[tabArrayPtr->numTabs-1].alignment; 4665 tabX = tabArrayPtr->tabs[tabArrayPtr->numTabs-1].location 4667 * (tabArrayPtr->tabs[tabArrayPtr->numTabs-1].location - prev); 4779 * line is maxX. For numeric tabs, this is a conservative 4810 tabX = tabArrayPtr->tabs[index].location; 4811 alignment = tabArrayPtr->tabs[inde [all...] |
H A D | tkText.h | 328 char *tabString; /* -tabs option string (malloc-ed). 331 /* Info about tabs for tag (malloc-ed) 402 TkTextTab tabs[1]; /* Array of tabs. The actual size member in struct:TkTextTabArray 470 char *tabOptionString; /* Value of -tabs option string (malloc'ed). */
|
H A D | tkText.c | 116 {TK_CONFIG_STRING, "-tabs", "tabs", "Tabs", 811 Tcl_AddErrorInfo(interp,"\n (while processing -tabs option)"); 1874 Tk_Window tkwin; /* Window in which the tabs will be 1909 for (i = 0, tabPtr = &tabArrayPtr->tabs[0]; i < argc; i++, tabPtr++) {
|
Completed in 48 milliseconds