Searched defs:note (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/INIT/
H A Dpackage.sh2553 note() # message ... function
2578 make|test) note "$CC: not found"; exit 1 ;;
2579 *) note "warning: $CC: not found" ;;
2808 note update $PACKAGEROOT/bin/$i
3502 note proto convert $PACKAGEROOT/src into $PROTOROOT/src
3593 note update $INSTALLROOT/bin/$i
3956 note $action output captured in $o
5458 then note no source packages to make
5461 then note initialize the $INSTALLROOT view
5561 note updat
[all...]
/ast/src/cmd/cs/
H A Dmbb.c130 note(Css_t* css, register Connection_t* to, int log, char* s, size_t n, int force, Cssdisc_t* disc) function
196 r = note(css, con, log, s, n, 1, disc);
228 note(css, to, state->log, s, n, 0, disc);
231 note(css, to, state->log, s, n, 0, disc);
/ast/src/cmd/mailx/
H A Dmisc.c88 note(register int flags, const char* fmt, ...) function
198 note(0, "Too much \"sourcing\" going on");
221 note(0, "\"Source\" stack over-pop");
227 note(0, "Unmatched \"if\"");
581 note(FATAL, "out of space");
621 note(PANIC, "Out of space");
635 note(PANIC, "String too large");
640 note(PANIC, "No room for dynamic string space %d", index);
/ast/src/cmd/re/
H A Dtestfnmatch.c279 note(int level, int skip, char* msg) function
688 skip = note(level, skip, s);
695 skip = note(level, skip, "locales not supported");
894 skip = note(level, skip, msg);
908 skip = note(level, skip, msg);
H A Dtestmatch.c316 note(int level, int skip, char* msg) function
812 skip = note(level, skip, "locales not supported by old strmatch()");
825 skip = note(level, skip, s);
832 skip = note(level, skip, "locales not supported");
1056 note(level, skip, "old strmatch() does not fall back to literal match on error");
1068 skip = note(level, skip, msg);
1081 skip = note(level, skip, msg);
1095 skip = note(level, skip, msg);
1110 skip = note(level, skip, msg);
1122 skip = note(leve
[all...]
H A Dtestglob.c350 note(int level, int skip, char* msg) function
795 skip = note(level, skip, s);
801 skip = note(level, skip, "locales not supported");
996 skip = note(level, skip, msg);
H A Dtestregex.c8 * note: REG_* features are detected by #ifdef; if REG_* are enums
1063 note(unsigned long level, char* msg, unsigned long skip, unsigned long test) function
1133 skip = note(level, msg, skip, test);
1575 skip = note(level, s, skip, test);
1583 skip = note(level, skip, test, "locales not supported");
/ast/src/cmd/3d/
H A Dinit.c1442 * note external control interrupt
1446 note(int sig) function
1448 state.control.note++;
1449 signal(sig, note);
1464 if (state.control.note)
1486 state.control.note = 0;
1560 if ((handler = signal(n, note)) != SIG_DFL)
H A D3d.h66 __STDPP__directive pragma pp:note off64_t
344 #define initialize() do { if (!state.pid) init(0,0,0); else if (state.control.note) control(); } while(0)
454 int note; member in struct:__anon7::__anon10

Completed in 44 milliseconds