Searched refs:marked (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libjcl/
H A Djcllib.h152 #define marked _jcl_marked macro
171 extern int marked(const char*, Jcldd_t*, Jcldisc_t*);
H A Duniq.c52 * 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 Ded.c161 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 Dreglib.h497 unsigned char marked; /* already marked */ member in struct:Rex_s
H A Dregcomp.c154 e->marked = 0;
233 if (e && !e->marked)
236 e->marked = 1;
/ast/src/cmd/nmake/
H A Dvariable.c704 error(1, "%s: not marked as candidate state variable", p->name);

Completed in 29 milliseconds