Searched refs:post (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libtk/library/ |
H A D | tearoff.tcl | 65 $menu post [winfo x $w] [winfo y $w]
|
H A D | menu.tcl | 222 error "can't post $menu: it isn't a descendant of $w (this is a new requirement in Tk versions 3.0 and later)" 236 # If this looks like an option menubutton then post the menu so 237 # that the current entry is on top of the mouse. Otherwise post 248 $menu post [winfo rootx $w] [expr [winfo rooty $w] + \ 873 # menu - Menu to post. 890 $menu post $x $y
|
/ast/src/cmd/cs/ |
H A D | mbb.c | 203 post(Css_t* css, Cssdisc_t* disc, Connection_t* from, register Connection_t* to, int channel, const char* format, ...) function 252 post(css, disc, cp, NiL, 0, "drop"); 275 post(css, disc, con, NiL, 0, "join"); 334 post(css, disc, con, con, 0, "mask 0x%I*x 0x%I*x", sizeof(con->mask), con->mask, sizeof(o), o); 345 post(css, disc, con, NiL, c, "%s", s);
|
/ast/src/cmd/nmake/ |
H A D | ppcc.sh | 35 post= 162 case $post in 164 1) echo + $post ;; 167 1) eval "$post" ;; 470 1:) post="$post ln -s $arg $out;" ;;
|
/ast/src/lib/libast/misc/ |
H A D | cmdarg.c | 108 char** post = 0; local 118 post = p + 1; 222 cmd->offset = ((cmd->postarg = post) ? (argc - (post - argv)) : 0) + 3;
|
/ast/src/cmd/pax/ |
H A D | file.c | 1155 Post_t post; local 1168 post.uid = state.setuid; 1169 post.gid = state.setgid; 1173 post.uid = f->st->st_uid; 1174 post.gid = f->st->st_gid; 1176 if (lchown(f->name, post.uid, post.gid) < 0) 1177 error(1, "%s: cannot chown to (%d,%d)", f->name, post.uid, post.gid); 1224 p = &post; [all...] |
/ast/src/cmd/coshell/ |
H A D | event.c | 343 * post pending event name for connection 347 post(State_t* state, Connection_t* con, const char* name, int id) function 534 else if (post(state, con, key.dptr, id))
|
Completed in 15 milliseconds