Searched refs:notify (Results 1 - 18 of 18) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfnotify.c30 int sfnotify(void(*notify)(Sfio_t*, int, void*))
32 int sfnotify(notify)
33 void (*notify)();
36 _Sfnotify = notify;
H A Dsfprintf.c66 Sfnotify_f notify = _Sfnotify; local
71 _Sfnotify = notify;
H A Dsfprints.c40 Sfnotify_f notify = _Sfnotify; local
46 _Sfnotify = notify;
H A Dsftmp.c297 Sfnotify_f notify = _Sfnotify; local
314 /* make sure that the notify function won't be called here since
318 _Sfnotify = notify;
368 _Sfnotify = notify;
382 Sfnotify_f notify = _Sfnotify; local
395 _Sfnotify = notify;
405 _Sfnotify = notify;
/ast/src/cmd/tests/sfio/
H A Dtnotify.c26 static void notify(Sfio_t* f, int type, void* data) function
28 static void notify(f, type, data)
56 sfnotify(notify);
/ast/src/cmd/cs/
H A Dpid.c44 typedef struct notify Notify_t;
46 struct notify /* notification address list */ struct
55 Notify_t* notify; /* notification address list */ member in struct:__anon80
141 for (np = pp->notify; np; np = np->next)
168 np = pp->notify;
186 np->next = pp->notify;
187 pp->notify = np;
198 np->next = pp->notify;
199 pp->notify = np;
239 np = pp->notify;
[all...]
/ast/src/lib/libcmd/
H A Dchmod.c171 int notify = 0; local
190 notify = 1;
205 notify = 2;
298 if (notify == 2 || notify == 1 && (mode&S_IPERM) != (ent->fts_statp->st_mode&S_IPERM))
H A Dcmdinit.c45 context->notify = 1;
/ast/src/lib/libast/include/
H A Dshcmd.h68 unsigned char notify; member in struct:Shbltin_s
100 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
/ast/src/lib/libast/port/
H A Dastconf.c299 Ast_confdisc_f notify; member in struct:State_s
475 if (state.notify)
476 (*state.notify)(NiL, NiL, state.data - state.prefix);
827 if (state.notify && !(*state.notify)(name, path, value))
852 if (state.notify && !streq(fp->value, value) && !(*state.notify)(name, path, value))
1447 Ast_confdisc_f notify; local
1453 notify = state.notify;
[all...]
/ast/src/lib/librecsort/
H A Drsmerge.c571 int notify, c, rsc; local
582 notify = (rs->events & RS_WRITE) && (rs->type & RS_OTEXT);
586 if(n < 0 && (rs->type&RS_ITEXT) && !notify)
623 if(notify)
711 if(notify)
747 if (notify)
787 if (notify)
/ast/src/lib/libast/misc/
H A Dfts.c170 static Notify_t* notify; variable
1428 for (p = notify; p; p = p->next)
1587 np->next = notify;
1588 notify = np;
1592 for (np = notify, pp = 0; np; pp = np, np = np->next)
1598 notify = np->next;
/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c782 struct notify struct
790 struct notify *pp = (struct notify*)fp;
806 if(fp->disc->putval==put_notify && ((struct notify*)fp)->ptr==addr)
820 struct notify *pp = newof(0,struct notify, 1,0);
H A Dfault.c205 if(shp->bltinfun && shp->bltindata.notify)
H A Djobs.c544 /* only top-level process in job should have notify set */
1785 * if <notify> is non-zero, then jobs with pending notifications are unposted
1788 static struct process *job_unpost(register struct process *pwtop,int notify) argument
1801 for(; pw && (pw->p_flag&P_DONE)&&(notify||!(pw->p_flag&P_NOTIFY)||pw->p_env); pw=pw->p_nxtproc);
H A Dxec.c1377 bp->notify = 0;
/ast/src/cmd/coshell/
H A Devent.c310 * notify connections waiting on ep
314 notify(State_t* state, Event_t* ep) function
476 notify(state, e);
505 notify(state, e);
887 notify(state, e);
/ast/src/cmd/html/
H A Dtroff2html.c1227 notify(register char* s) function
2461 notify(s);
3302 notify(s);

Completed in 62 milliseconds