Searched refs:news (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | sayings.tcl | 35 grid $w.frame.list -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 36 grid $w.frame.yscroll -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 37 grid $w.frame.xscroll -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | cscroll.tcl | 36 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 38 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 40 -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | items.tcl | 36 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 38 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 40 -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | widget | 347 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 349 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 351 # -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | floor.tcl | 1315 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 1317 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 1319 -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
/ast/src/cmd/mailx/ |
H A D | quit.c | 131 FILE* news; local 138 news = state.var.news && *state.var.news ? fileopen(state.var.news, "w") : (FILE*)0; 148 if (news && (mp->m_flag & (MREAD|MDELETE)) && (s = grab(mp, GNEWS, NiL))) 149 fprintf(news, "%s\n", s); 152 if (news) { 153 fileclose(news); 333 FILE* news; local [all...] |
H A D | cmd1.c | 155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL); 156 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
|
H A D | vars.c | 507 * Trap news variable assignment. 513 if (value && *value && close(open(state.var.news, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY|O_cloexec, MAILMODE))) 514 note(FATAL|SYSTEM, "\"%s\"", state.var.news);
|
H A D | data.c | 418 "news", &state.var.news, 0, 0,set_news,
|
H A D | mailx.h | 834 char* news; member in struct:__anon136::__anon147
|
H A D | imap.c | 2404 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
|
/ast/src/lib/libtk/library/ |
H A D | xmfbox.tcl | 185 -sticky news 187 -sticky news 251 grid $f.lab -row 0 -column 0 -sticky news -rowspan 1 -columnspan 2 \ 253 grid $f.l -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news 254 grid $f.v -row 1 -column 1 -rowspan 1 -columnspan 1 -sticky news 255 grid $f.h -row 2 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
/ast/src/cmd/kshlib/dbm_t/ |
H A D | dbm_t.c | 89 static size_t check_size(char **buff, size_t olds, size_t news) argument 91 if(news>=olds) 95 while((olds*=2) <= news); 100 *buff = (char*)malloc(olds=news+1);
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmprofile.c | 556 reg size_t s, news; local 583 news = ROUND(size,ALIGN) + PF_EXTRA; 584 if((addr = KPVRESIZE(vm,data,news,(type&~VM_RSZERO),Vmbest->resizef)) )
|
Completed in 43 milliseconds