Searched refs:marked (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libjcl/ |
H A D | jcllib.h | 152 #define marked _jcl_marked macro 171 extern int marked(const char*, Jcldd_t*, Jcldisc_t*);
|
H A D | uniq.c | 52 * return 1 if path is marked 53 * if dd!=0 then set dd->recfm and dd->lrecl if marked 57 marked(const char* path, Jcldd_t* dd, Jcldisc_t* disc) function 129 * if size>0 then name is marked with %size 130 * and the marked name is returned 131 * marked names are global 133 * if size==0 then marked name, if any, is returned 134 * otherwise 0 returned and name is not marked 146 if (marked(name, NiL, disc))
|
/ast/src/cmd/re/ |
H A D | ed.c | 161 int marked; member in struct:__anon200 457 if (ed.marked) { 489 if (ed.marked) 750 a = ed.marked && ed.marks[c] != LINE_NONE ? ed.zero : ed.dol; 1225 ed.marked = 0; 1630 ed.marked = 1;
|
/ast/src/lib/libast/regex/ |
H A D | reglib.h | 497 unsigned char marked; /* already marked */ member in struct:Rex_s
|
H A D | regcomp.c | 154 e->marked = 0; 233 if (e && !e->marked) 236 e->marked = 1;
|
/ast/src/cmd/nmake/ |
H A D | variable.c | 704 error(1, "%s: not marked as candidate state variable", p->name);
|
Completed in 29 milliseconds