Searched refs:meta (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/regex/ |
H A D | regdecomp.c | 32 #define meta(f,c,t,e,d) do { if (ismeta(c,t,e,d)) sfputc(f, '\\'); sfputc(f, c); } while (0) macro 112 meta(sp, '<', type, 1, delimiter); 115 meta(sp, '<', type, 1, delimiter); 265 meta(sp, e->re.onechar, type, 0, delimiter); 278 meta(sp, '+', type, 1, delimiter); 281 meta(sp, '{', type, 1, delimiter); 283 meta(sp, '}', type, 1, delimiter); 288 meta(sp, '{', type, 1, delimiter); 290 meta(sp, '}', type, 1, delimiter); 293 meta(s [all...] |
/ast/src/lib/libcmd/ |
H A D | cat.c | 141 unsigned char meta[3]; local 144 meta[0] = 'M'; 320 meta[1] = '^'; 324 meta[2] = printof(n); 325 sfwrite(op, (char*)meta, 3); 329 meta[1] = '-'; 332 meta[2] = c & ~0200; 333 sfwrite(op, (char*)meta, 3);
|
/ast/src/lib/libast/misc/ |
H A D | glob.c | 228 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* endslash, int meta) argument 278 ap->gl_flags = MATCH_RAW|meta; 312 int meta = ((gp->re_flags & REG_ICASE) && *ap->gl_begin != '/') ? MATCH_META : 0; local 337 if (meta) 369 meta |= bracket; 376 meta = MATCH_META; 389 if (meta) 399 anymeta |= meta;
|
/ast/src/cmd/nmake/ |
H A D | metarule.c | 348 * *meta is the matching metarule 352 metaget(Rule_t* r, Frame_t* active, char* stem, Rule_t** meta) argument 515 if (!meta) 649 if (meta) 674 *meta = x; 680 *meta = m; 692 if (meta && (state.targetcontext || state.targetprefix) && (t = strrchr(u = unbound(r), '/')))
|
/ast/src/cmd/html/ |
H A D | mm2html.sh | 30 # .xx meta.NAME="CONTENT" <meta name="NAME" content="CONTENT"> 110 [+meta.name?Emits the \bhtml\b tag \b<META name=\b\aname\a 146 typeset license html meta nl mm index authors vg header references ss 718 else meta="$meta$nl$val" 785 '') meta+="$nl$x" ;; 793 meta.*) meta="$meta [all...] |
H A D | mm2twiki.sh | 69 typeset license html meta nl mm index authors vg references
|
H A D | mm2bb.sh | 70 typeset license html meta nl mm index authors vg references
|
/ast/src/cmd/mailx/ |
H A D | list.c | 225 * Return the message number corresponding to the passed meta character. 228 metamess(int meta, int f) argument 234 c = meta;
|
Completed in 32 milliseconds