Home
last modified time | relevance | path

Searched refs:np (Results 1 – 25 of 25) sorted by relevance

/trunk/main/soltools/cpp/
H A D_macro.c47 Nlist *np; in dodefine() local
122 || (np->ap && comparetokens(args, np->ap))) in dodefine()
124 if ( np->loc ) in dodefine()
143 np->ap = args; in dodefine()
144 np->vp = def; in dodefine()
161 if (np->ap) in dodefine()
162 error(INFO, "Macro definition of %s(%r) [%r]", np->name, np->ap, np->vp); in dodefine()
164 error(INFO, "Macro definition of %s [%r]", np->name, np->vp); in dodefine()
174 Nlist *np; in doadefine() local
238 Nlist * np; in expandrow() local
[all …]
H A D_nlist.c82 Nlist *np; in setup_kwtab() local
108 Nlist *np; in lookup() local
115 np = nlist[h]; in lookup()
116 while (np) in lookup()
118 if (*tp->t == *np->name && tp->len == (unsigned int)np->len in lookup()
120 return np; in lookup()
121 np = np->next; in lookup()
126 np->vp = NULL; in lookup()
128 np->flag = 0; in lookup()
129 np->val = 0; in lookup()
[all …]
H A D_cpp.c125 Nlist *np; in control() local
137 if ((np = lookup(tp, 0)) == NULL || ((np->flag & ISKW) == 0 && !skipping)) in control()
144 switch (np->val) in control()
171 switch (np->val) in control()
184 if ((np = lookup(tp, 0)) != NULL) in control()
186 np->flag &= ~ISDEFINED; in control()
190 if (np->ap) in control()
191 error(INFO, "Macro deletion of %s(%r)", np->name, np->ap); in control()
211 if (eval(trp, np->val)) in control()
225 if (eval(trp, np->val)) in control()
[all …]
H A D_eval.c257 Nlist *np; in eval() local
268 np = lookup(trp->tp, 0); in eval()
269 return (kw == KIFDEF) == (np && np->flag & (ISDEFINED | ISMAC)); in eval()
374 np = lookup(tp + 1, 0); in eval()
375 if (np && (np->val == KMACHINE)) in eval()
624 Nlist *np; in tokval() local
639 if ((np = lookup(tp, 0)) != NULL && np->flag & (ISDEFINED | ISMAC)) in tokval()
644 if ((np = lookup(tp, 0)) != NULL && np->flag & (ISARCHITECTURE)) in tokval()
H A D_tokens.c432 uchar* np = ntp->t - ntp->wslen; in puttokens() local
437 memcpy(wbp, np, nlen ); in puttokens()
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx495 sal_uLong ny, np, nStrip, nStripBytesPerRow; in ReadMap() local
503 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
509 pTIFF->Read( pMap[ np ], nBytesPerRow ); in ReadMap()
520 sal_uLong ny, np, nStrip, nOptions; in ReadMap() local
557 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
561 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
580 sal_uLong ny, np, nStrip; in ReadMap() local
588 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
616 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
620 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
[all …]
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local
232 for( np = 0; np < nPlanes; np++ ) in ImplReadBody()
233 pPlane[ np ] = new sal_uInt8[ nBytesPerPlaneLin ]; in ImplReadBody()
250 for ( np = 0; np < nPlanes; np++) in ImplReadBody()
253 pPCX->Read( (void *)pPlane[ np ], nBytesPerPlaneLin ); in ImplReadBody()
256 pDest = pPlane[ np ]; in ImplReadBody()
398 for ( np = 0; np < nPlanes; np++ ) in ImplReadBody()
399 delete[] pPlane[ np ]; in ImplReadBody()
/trunk/main/rsc/source/rscpp/
H A Dcpp6.c573 register char *np; in lookid() local
577 np = token; in lookid()
582 if (np < &token[IDMAX]) { /* token dim is IDMAX+1 */ in lookid()
583 *np++ = (char)c; /* Store token byte */ in lookid()
589 *np = EOS; /* Terminate token */ in lookid()
592 nhash += (np - token); /* Fix hash value */ in lookid()
614 register char *np; in defendel() local
619 for (nhash = 0, np = name; *np != EOS;) in defendel()
620 nhash += *np++; in defendel()
621 size = (np - name); in defendel()
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx609 long np, npa, npb, npc; in ImplGetFilter() local
627 np = na + nb; in ImplGetFilter()
628 np -= nc; in ImplGetFilter()
629 npa = np - na; in ImplGetFilter()
630 npb = np - nb; in ImplGetFilter()
631 npc = np - nc; in ImplGetFilter()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx236 sal_uInt16 nCount,nSize1,nSize2,np,i1,i2,i3,nBestIdx1,nBestIdx2; in PolyPolygonToPolygon() local
245 for (np=1; np<nCount; np++) { in PolyPolygonToPolygon()
246 aPoly2=rPolyPoly.GetObject(np); in PolyPolygonToPolygon()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx627 int i, np; in GetCompoundTTOutline() local
678 if ((np = GetTTGlyphOutline(ttf, index, &nextComponent, 0, &glyphlist)) == 0) in GetCompoundTTOutline()
782 for (i=0; i<np; i++) { in GetCompoundTTOutline()
807 np = myPoints.size(); in GetCompoundTTOutline()
809 pa = (ControlPoint*)calloc(np, sizeof(ControlPoint)); in GetCompoundTTOutline()
812 memcpy( pa, &myPoints[0], np*sizeof(ControlPoint) ); in GetCompoundTTOutline()
815 return np; in GetCompoundTTOutline()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1515 for(sal_uInt16 np(0); np < nPageAnz; np++) in RemoveMasterPage() local
1517 GetPage(np)->TRG_ImpMasterPageRemoved(*pRetPg); in RemoveMasterPage()
/trunk/main/mythes/
H A Dmythes-1.2.0-overflow.patch15 int nmeanings = atoi(buf+np+1);
/trunk/ext_libraries/hunspell/
H A Dhunspell-1.3.3-overflow.patch14 np++;
/trunk/main/oox/source/token/
H A Dtokens.txt3528 np
/trunk/extras/l10n/source/pl/
H A Dlocalize.sdf11384 …EXT_IMPORT_OPTIONS BTN_CONVERT_DATE 159 pl Identyfikuj liczby specjalne (np. daty). 20200411 …
19839 crashrep source\all\crashrep.ulf 0 LngText %ENTER_TITLE% 0 pl Jaki typ dokumentu (np. prezentacj…
41071 …p par_id3145382 12 0 pl Wstawianie atrybutów o szerokości jednego znaku, np. pola i przypisy. …
42694 …t\shared\01\02010000.xhp 0 help par_id3163803 8 0 pl Niektórych poleceń (np. edycji stylów) nie …
48507 …03090700.xhp 0 help par_id3148812 50 0 pl tworzy się dwumiany lub stosy, np. \<emph\>binom{2*n}{…
48509 …\01\03090700.xhp 0 help par_id3155946 52 0 pl rozpoczyna się nową linię, np. \<emph\>a+b-c newli…
55142 …unkcja pozwala na stosowanie adresacji bezwzględnej (np. $A$1), względnej (np. A1) lub mieszanej (
61473 …órym chcesz zamieniać kolory jest bitmapą (np. jest to obraz typu BMP, GIF, JPG, lub PNG) albo met…
61489 …lp par_id3155335 32 0 pl Następnie wstaw drugi, nieco większy obiekt 3D (np. kulę). 20200411 …
72516 ….hrc 0 string STR_AUTONO_WILDCARDS 150 pl Znaki wieloznaczne, takie jak np. ?,* nie są dozwolon…
[all …]
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf5018 extensions source\preload\preload.src 0 pushbutton RID_DLG_OEMWIZARD PB_PREV 50 kid 4jq=np‖<< Bac…
27428 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150531 71 0 kid w=0np[‖Minutes as 0…
28529 helpcontent2 source\text\shared\01\05210100.xhp 0 help par_id3150868 40 0 kid gla[np‖\<ahelp hid=…
34839 helpcontent2 source\text\shared\explorer\database\02000000.xhp 0 help tit 0 kid 8np[95‖Queries …
35222 helpcontent2 source\text\shared\explorer\database\dabawiz00.xhp 0 help par_idN105DB 0 kid np=1v9…
35444 …\shared\explorer\database\02010100.xhp 0 help par_id3156178 146 0 kid c0]np]‖To delete a relatio…
51122 helpcontent2 source\text\swriter\guide\word_completion.xhp 0 help tit 0 kid np+uf5‖Word Completi…
53444 …rd.business.Tables.transactions.Fields.servicecharge ShortName 0 kid k7z]np‖ServiChrge 201308…
60623 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_DPFIELD_GROUP_BY_SECONDS 0 kid t3y-np‖Secon…
69948 sw source\ui\index\cnttab.src 0 string TP_TOX_ENTRY.WIN_TOKEN STR_TOKEN_PAGE_NUMS 10 kid np+joy‖#…
[all …]
/trunk/extras/l10n/source/ku/
H A Dlocalize.sdf1326 …anedlg.src 0 pushbutton RID_SANE_DIALOG RID_PREVIEW_BTN 55 ku Peşdîtînê \npêk bîne 2002-02-02…
11713 …EPENDENCIES RID_DLG_DEPENDENCIES_TEXT 0 ku Pêvek nayê sazkirin ji ber ku\npêgirtî yên pergalê yê…
/trunk/extras/l10n/source/nn/
H A Dlocalize.sdf18933 … 0 string STR_ACTION_NOTPOSSIBLE 0 nn Kan ikkje køyra denne funksjonen \npå dei merkte objekta.…
28408 …LID_AFAREA 0 nn For å leggja til eit autoformat\nmå du merka eit område \npå minst 3×3 celler. …
/trunk/extras/l10n/source/oc/
H A Dlocalize.sdf20670 sw source\ui\app\app.src 0 querybox MSG_SAVE_HTML_QUERY 0 oc Conversion dins lo format HTML \npò…
/trunk/extras/l10n/source/fi/
H A Dlocalize.sdf14256 … 0 value ..Effects.UserInterface.Transitions.inside-cube Label 0 fi Sisäänpäin kääntyvä kuutio …
49289 …KS_INNER\"\>Merkinnällä määrätään, että asteikkomerkit ovat akselista sisäänpäin.\</ahelp\> 202…
49295 …PTICKS_INNER\"\>Merkinnällä määrätään, että jakoviivat ovat akselista sisäänpäin.\</ahelp\> 202…
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf28686 …D_GLOBSTR STR_INSERT_FULL 0 sq Qelitë e mbushura nuk mund të ndryshohet \npërtej fletës. 2002…
/trunk/extras/l10n/source/nb/
H A Dlocalize.sdf246 …tring RID_SVXSTR_DIC_ERR_UNKNOWN 0 nb Ordet kan ikke legges til ordboka\npå grunn av en ukjent …
10254 …NVALID_AFAREA 0 nb For å legge til et autoformat\nmå du merke et område \npå minst 3×3 celler. …
/trunk/extras/l10n/source/da/
H A Dlocalize.sdf3378 … string RID_ERRHDL ERRCODE_IO_ACCESSDENIED 0 da Objektet kan ikke tilgås\npå grund af utilstrækk…
/trunk/extras/l10n/source/lv/
H A Dlocalize.sdf10353 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_INSERT_FULL 0 lv Aizpildītas šūnas nevar\np

Completed in 7024 milliseconds