Searched refs:pm (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | timetype.sh | 56 tt[3]=2pm 65 tt[4]=5pm 68 (( (tt[4] - tt[3]) == 8*3600 )) || err_exit "9am..5pm='$((tt[4] - tt[3]))' != 8 hours" 71 tt[2pm]='2008-08-11+00:00:00,2pm' 75 [[ ${tt[2pm]} == *+14:00 ]] || err_exit "tt[2pm] failed -- expected 14:00, got '${tt[2pm]##*+}'" 78 (( (tt[2pm] - tt[today] ) == 14*3600 )) || err_exit "tt[2pm] [all...] |
/ast/src/cmd/dsslib/ip_t/ |
H A D | ip_t.c | 315 Path_match_t* pm; local 323 if (!(pm = newof(0, Path_match_t, 1, strlen(val->string.data)))) 329 strcpy(pm->pat, val->string.data); 330 return pm; 336 Path_match_t* pm = (Path_match_t*)data; local 341 if (!(ire = pm->ire32)) 345 if (!(ire = irecomp(pm->pat, 4, 0, 1, 1, &iredisc))) 347 pm->ire32 = ire; 350 else if (!(ire = pm->ire16)) 354 if (!(ire = irecomp(pm 364 Path_match_t* pm = (Path_match_t*)data; local 842 Prefix_match_t* pm; local 865 Prefix_match_t* pm = (Prefix_match_t*)data; local 893 Prefix_match_t* pm = (Prefix_match_t*)data; local [all...] |
/ast/src/cmd/html/ |
H A D | mm2twiki.sh | 107 pm= 1215 '') pm= ;; 1216 *) pm="${html.company//\&/&\;} " ;; 1219 '') pm= ;; 1220 C|NDA) pm="${pm}CONFIDENTIAL" ;; 1221 RG) pm="${pm}PROPRIETARY (REGISTERED)" ;; 1222 RS) pm="${pm}PROPRIETAR [all...] |
H A D | mm2bb.sh | 108 pm= 1358 '') pm= ;; 1359 *) pm="${html.company//\&/&\;} " ;; 1362 '') pm= ;; 1363 C|NDA) pm="${pm}CONFIDENTIAL" ;; 1364 RG) pm="${pm}PROPRIETARY (REGISTERED)" ;; 1365 RS) pm="${pm}PROPRIETAR [all...] |
H A D | mm2html.sh | 209 pm= 1167 case $pm in 1168 ?*) print -r "$pm" 1169 trailer="$pm$nl$trailer" 1974 '') pm= ;; 1975 *) pm="${html.company//\&/\&\;} " ;; 1978 '') pm= ;; 1979 C|NDA) pm="${pm}CONFIDENTIAL" ;; 1980 RG) pm [all...] |
/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 157 const struct printmap *pm; local 159 for(pm=Pmap;pm->size>0;pm++) 161 sfprintf(sp, "[+%c(%s)q?%s.]",c,pm->name,pm->description); 668 const struct printmap *pm = Pmap; local 669 while(pm->size>0) 671 if(pm->size==fe->n_str && memcmp(pm [all...] |
/ast/src/lib/libast/regex/ |
H A D | regsubcomp.c | 43 regsubflags(regex_t* p, register const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) argument 52 minmatch = pm ? *pm : 0; 97 if (pm) 98 *pm = minmatch;
|
/ast/src/lib/libtk/generic/ |
H A D | tkSquare.c | 473 Pixmap pm = None; 486 pm = Tk_GetPixmap(Tk_Display(tkwin), Tk_WindowId(tkwin), 489 d = pm; 514 XCopyArea(Tk_Display(tkwin), pm, Tk_WindowId(tkwin), squarePtr->gc, 517 Tk_FreePixmap(Tk_Display(tkwin), pm); 467 Pixmap pm = None; local 508 XCopyArea(Tk_Display(tkwin), pm, Tk_WindowId(tkwin), squarePtr->gc, local 511 Tk_FreePixmap(Tk_Display(tkwin), pm); local
|
/ast/src/cmd/3d/ |
H A D | init.c | 224 Mount_t* pm; local 322 for (mp = state.global, pm = 0; mp && mp->fs != fs; pm = mp, mp = mp->global); 348 if (pm) pm->global = mp->global;
|
Completed in 32 milliseconds