Searched defs:marked (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libjcl/
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))
H A Djcllib.h152 #define marked _jcl_marked macro
171 extern int marked(const char*, Jcldd_t*, Jcldisc_t*);
/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

Completed in 15 milliseconds